From: Dani Moncayo Date: Sun, 28 Aug 2011 19:08:45 +0000 (-0400) Subject: * dic/lispref/lists.texi (Building Lists): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~844^2~623^2~4 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1f403cb99165f3acc8b07639610f9340e8c2b97f;p=emacs.git * dic/lispref/lists.texi (Building Lists): Fix typo. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 1b89cefb271..2db274f2703 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2011-08-28 Dani Moncayo (tiny change) + + * lists.texi (Building Lists): Fix typo. + 2011-07-03 Chong Yidong * customize.texi (Composite Types): Move alist and plist to here diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index b45277acfb3..383023401ae 100644 --- a/doc/lispref/lists.texi +++ b/doc/lispref/lists.texi @@ -463,7 +463,7 @@ element is @var{object}. Compare @code{make-list} with @result{} nil @end group @group -(setq l (make-list 3 '(a b)) +(setq l (make-list 3 '(a b))) @result{} ((a b) (a b) (a b)) (eq (car l) (cadr l)) @result{} t